home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 March / PCWorld_2007-03_cd.bin / temacd / htmlwap / Html-Wap editor 2007 verze 3.04.exe / Templates / WML a XML / XSL Stylesheet.xsl < prev   
Extensible Markup Language  |  2006-02-10  |  566b  |  21 lines

  1. <?xml version = "1.0"?>
  2. <!-- reference XSL stylesheet URI -->
  3. <xsl:stylesheet version = "1.0"
  4.   xmlns:xsl = "http://www.w3.org/1999/XSL/Transform"
  5.   xmlns="http://www.w3.org/TR/xhtml1/strict">
  6. <xsl:output method = "html" omit-xml-declaration = "no"
  7.   doctype-system = "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
  8.   doctype-public = "-//W3C//DTD XHTML 1.0 STRICT//EN"/>
  9.   <xsl:template match = "/">
  10.     <html>
  11.       <head>
  12.         <title>  </title>
  13.       </head>
  14.       <body>
  15.  
  16.  
  17.  
  18.       </body>
  19.     </html>
  20.   </xsl:template>
  21. </xsl:stylesheet>